home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MOTOROLA / 6805V107 / 68705F2.ASM < prev    next >
Assembly Source File  |  1988-04-24  |  384b  |  14 lines

  1. * Definitions of Hardware Locations: MC1468705F2
  2. *
  3.     ORG    0
  4. PORTA    FCB    0    The 3 I/O Ports
  5. PORTB    FCB    0
  6. PORTC    FCB    0    NB Bits 4-7 unused: read as 1
  7. DDR    EQU    4    Offset for Direction Reg.
  8. *
  9.     ORG    8
  10. TIMER    FCB    0    Timer Register
  11. *
  12. MEMSIZ    EQU    $0800    Max. Memory address +1
  13. *
  14.